Northwoods.GoSilverlight 1.3.5 Assembly
GetCategoryForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetCategoryForNode Method

nodedata
This method gets the category of a node.

Syntax

Visual Basic (Declaration) 
Public Function GetCategoryForNode( _
   ByVal nodedata As NodeType _
) As String
C# 
public string GetCategoryForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a String, defaulting to the empty string

Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

Requirements

See Also

© 2012 All Rights Reserved.